diff options
author | Nadrieril | 2019-08-06 21:29:44 +0200 |
---|---|---|
committer | Nadrieril | 2019-08-06 21:42:17 +0200 |
commit | 749834cb5e166665476f2fbc83fdfec794d90cec (patch) | |
tree | b07800aeb12d399474334de12f28577d9b1d968a /dhall_generated_parser | |
parent | 3e157f0a05b0b93753ed377332597a37fa379541 (diff) |
rustfmt
Diffstat (limited to '')
-rw-r--r-- | dhall_generated_parser/build.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dhall_generated_parser/build.rs b/dhall_generated_parser/build.rs index 2c1a8f5..5275097 100644 --- a/dhall_generated_parser/build.rs +++ b/dhall_generated_parser/build.rs @@ -55,10 +55,7 @@ fn main() -> std::io::Result<()> { }}" )?; // TODO: this is a cheat; properly support RFC3986 URLs instead - writeln!( - &mut file, - "url_path = _{{ path }}" - )?; + writeln!(&mut file, "url_path = _{{ path }}")?; writeln!( &mut file, "nonreserved_label = _{{ |