summaryrefslogtreecommitdiffstats
path: root/src/path/parser.rs
AgeCommit message (Collapse)Author
2021-12-28replace redundant closure with methodDaniel Eades
2021-05-07Port to nom 6kpcyrd
2021-04-09Ensure order in the galaxy... I mean the importsMatthias Beyer
This patch sorts the imports: 1. std imports 2. external crate imports 3. own module imports In three blocks, each alphabetically (with is also enforced by rustfmt). As well as it prefixes the imports of own modules with crate:: This is just a quality-of-life patch :-) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-09Remove unused importsMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-10-01Run cargo-fmtMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-06-27port to nom 5Geoffroy Couprie
2018-07-02Run rustfmt (nightly)Ryan Leckey
2018-07-02Fix test failures from upgrade to nom 4Ryan Leckey
2018-07-02Merge branch 'master' of https://github.com/Geal/config-rsRyan Leckey
2018-04-08Fix initialy set arr pathXX
2018-02-17update to nom 4Geoffroy Couprie
2017-09-20fix weird nom errorkind issueMathieu Poumeyrol
2017-06-16Support subscript access on path get/setRyan Leckey
2017-06-13:shirt: Fix clippy warningsRyan Leckey
2017-06-01Move things around and get some tests in placeRyan Leckey