1
Fork 0

mv FileMap SourceFile

This commit is contained in:
Donato Sciarra 2018-08-18 12:13:52 +02:00
parent c655473378
commit d6dcbcd4e1
22 changed files with 126 additions and 126 deletions

View file

@ -603,7 +603,7 @@ impl Clean<Item> for doctree::Module {
// mod foo { ... }
self.where_outer
} else {
// mod foo; (and a separate FileMap for the contents)
// mod foo; (and a separate SourceFile for the contents)
self.where_inner
}
};