Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Utils
source-formatters
Commits
6cda7a1e
Commit
6cda7a1e
authored
Nov 11, 2019
by
Brad King
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rustfmt: remove unnecessary options that no longer exist
parent
67a0d3b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/rust/format.rustfmt
src/rust/format.rustfmt
+1
-1
No files found.
src/rust/format.rustfmt
View file @
6cda7a1e
...
...
@@ -34,4 +34,4 @@ if ! [ -f ".rustfmt.toml" ] && ! [ -f "rustfmt.toml" ]; then
exit
2
fi
exec
rustfmt
$toolchain
--write-mode
=
overwrite
--skip-children
"
$path
"
exec
rustfmt
$toolchain
"
$path
"
Ben Boeckel
@ben.boeckel
mentioned in commit
570612bf
·
Nov 11, 2019
mentioned in commit
570612bf
mentioned in commit 570612bf685371f63a36e2ded85d6143bbd2122d
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment