about summary refs log tree commit diff
path: root/src/librustc_error_codes/error_codes
diff options
context:
space:
mode:
authorPankajChaudhary5 <pankajchaudhary172@gmail.com>2020-03-26 13:17:41 +0530
committerPankajChaudhary5 <pankajchaudhary172@gmail.com>2020-03-26 13:17:41 +0530
commite5f4dad6c8f1e2cb28c007d20e024b3d34cd45d1 (patch)
tree7ed9312ba9f3b436b7f01bd374bf28b19546858e /src/librustc_error_codes/error_codes
parent95870e25c631883a16da23b349738ebc0f3e2966 (diff)
downloadrust-e5f4dad6c8f1e2cb28c007d20e024b3d34cd45d1.tar.gz
rust-e5f4dad6c8f1e2cb28c007d20e024b3d34cd45d1.zip
Refactor code
Diffstat (limited to 'src/librustc_error_codes/error_codes')
-rw-r--r--src/librustc_error_codes/error_codes/E0703.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0703.md b/src/librustc_error_codes/error_codes/E0703.md
index 14c3cb5c8ea..2f9d745261c 100644
--- a/src/librustc_error_codes/error_codes/E0703.md
+++ b/src/librustc_error_codes/error_codes/E0703.md
@@ -6,7 +6,6 @@ Erroneous code example:
 extern "invalid" fn foo() {} //~ ERROR
 
 fn main() { }
-
 ```
 At present there the few predefined ABI's (like Rust, C, system, etc.)
 which we can use in our Rust code. Please verify the ABI from the