diff options
| author | Donato Sciarra <sciarp@gmail.com> | 2018-08-18 12:14:31 +0200 |
|---|---|---|
| committer | Donato Sciarra <sciarp@gmail.com> | 2018-08-19 23:01:01 +0200 |
| commit | 6138c82803a77a44e0a56cd8999299fa7f214afe (patch) | |
| tree | 7624fb64e14b12e4727175160e9704b5a8557e29 /src/libproc_macro | |
| parent | a2ff845f3a4ed88037b43d73ced372fd15e98ce5 (diff) | |
| download | rust-6138c82803a77a44e0a56cd8999299fa7f214afe.tar.gz rust-6138c82803a77a44e0a56cd8999299fa7f214afe.zip | |
fix tidy errors
Diffstat (limited to 'src/libproc_macro')
| -rw-r--r-- | src/libproc_macro/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libproc_macro/lib.rs b/src/libproc_macro/lib.rs index 31aad29d083..0a32963a861 100644 --- a/src/libproc_macro/lib.rs +++ b/src/libproc_macro/lib.rs @@ -432,7 +432,7 @@ impl SourceFile { /// /// ### Note /// If the code span associated with this `SourceFile` was generated by an external macro, this - /// may not be an actual path on the filesystem. Use [`is_real`] to check. + /// macro, this may not be an actual path on the filesystem. Use [`is_real`] to check. /// /// Also note that even if `is_real` returns `true`, if `--remap-path-prefix` was passed on /// the command line, the path as given may not actually be valid. |
