about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbishtpawan <pawan.bisht@knoldus.com>2020-03-24 13:09:18 +0530
committerbishtpawan <pawan.bisht@knoldus.com>2020-03-24 13:09:18 +0530
commitcd9921ed82759d9e49e337f67d691c2d681f4e16 (patch)
tree8f9ab8c3e60f713b2e89cac360b43fcfced723af
parent03bb3bde90a52cfc1d64c15263013d97a3d7aad2 (diff)
downloadrust-cd9921ed82759d9e49e337f67d691c2d681f4e16.tar.gz
rust-cd9921ed82759d9e49e337f67d691c2d681f4e16.zip
Refactor changes
-rw-r--r--src/librustc_error_codes/error_codes/E0710.md1
-rw-r--r--src/test/ui/unknown-lint-tool-name.stderr2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/librustc_error_codes/error_codes/E0710.md b/src/librustc_error_codes/error_codes/E0710.md
index c0b58eb00f3..d577cfb1e12 100644
--- a/src/librustc_error_codes/error_codes/E0710.md
+++ b/src/librustc_error_codes/error_codes/E0710.md
@@ -4,7 +4,6 @@ Erroneous code example:
 
 ```compile_fail,E0710
 #[allow(clipp::filter_map)] // error: an unknown tool name found in scoped lint: `clipp::filter_map`
-
 fn main() {
     /**
     *business logic
diff --git a/src/test/ui/unknown-lint-tool-name.stderr b/src/test/ui/unknown-lint-tool-name.stderr
index f98e15f7cf2..414816d229c 100644
--- a/src/test/ui/unknown-lint-tool-name.stderr
+++ b/src/test/ui/unknown-lint-tool-name.stderr
@@ -37,5 +37,3 @@ LL | #[allow(foo::bar)]
 error: aborting due to 6 previous errors
 
 For more information about this error, try `rustc --explain E0710`.
-
-