1
Fork 0

Forbid pub/priv where it has no effect

Closes #5495
This commit is contained in:
Alex Crichton 2013-08-09 01:25:24 -07:00
parent 44675ac6af
commit 930885d5e5
36 changed files with 234 additions and 121 deletions

View file

@ -194,10 +194,10 @@ pub struct FileLines
// represents the origin of a file:
pub enum FileSubstr {
// indicates that this is a normal standalone file:
pub FssNone,
FssNone,
// indicates that this "file" is actually a substring
// of another file that appears earlier in the codemap
pub FssInternal(span),
FssInternal(span),
}
/// Identifies an offset of a multi-byte character in a FileMap