Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
| rust/hg-core/src/dirstate/parsers.rs | ||
|---|---|---|
| 53 | We could possibly drop the dependency on memchr then. I wrote this code when I was first starting with Rust, it's likely that I had no idea that splitn existed or something. | |
| rust/hg-core/src/dirstate/parsers.rs | ||
|---|---|---|
| 53 | Good point. I’m removing the direct dependency, though it’s still an indirect dependency through regex. | |
We could possibly drop the dependency on memchr then. I wrote this code when I was first starting with Rust, it's likely that I had no idea that splitn existed or something.