diff options
| author | Vitaly _Vi Shukela <vi0oss@gmail.com> | 2018-09-17 12:52:08 +0300 |
|---|---|---|
| committer | Vitaly _Vi Shukela <vi0oss@gmail.com> | 2018-09-17 12:52:08 +0300 |
| commit | 0269e662955a823ef94cd58316a0b9f914ddbedf (patch) | |
| tree | 58bb5164f74f7852d4b6824e1b848555e0d299e4 /src/libsyntax | |
| parent | 2b7776094492bcdb9ecf62f5333b719f30ffce1f (diff) | |
| download | rust-0269e662955a823ef94cd58316a0b9f914ddbedf.tar.gz rust-0269e662955a823ef94cd58316a0b9f914ddbedf.zip | |
Fixed some remaining whitespace issues.
(Not sure if it is correct although).
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/config.rs b/src/libsyntax/config.rs index 63e719a0d4e..df202fb6b6d 100644 --- a/src/libsyntax/config.rs +++ b/src/libsyntax/config.rs @@ -129,7 +129,7 @@ impl<'a> StripUnconfigured<'a> { "expected syntax is", suggestion.into(), Applicability::MaybeIncorrect, - ); + ); } err.emit(); true |
