Remove 'Local Variable' comments
This commit is contained in:
parent
b4bdc3f500
commit
e596128bd8
86 changed files with 0 additions and 775 deletions
|
|
@ -112,13 +112,3 @@ pub fn pluralize(n: uint, s: ~str) -> ~str {
|
|||
|
||||
// A set of node IDs (used to keep track of which node IDs are for statements)
|
||||
pub type stmt_set = @mut HashSet<ast::node_id>;
|
||||
|
||||
//
|
||||
// Local Variables:
|
||||
// mode: rust
|
||||
// fill-column: 78;
|
||||
// indent-tabs-mode: nil
|
||||
// c-basic-offset: 4
|
||||
// buffer-file-coding-system: utf-8-unix
|
||||
// End:
|
||||
//
|
||||
|
|
|
|||
|
|
@ -739,11 +739,3 @@ impl Repr for ty::vstore {
|
|||
vstore_to_str(tcx, *self)
|
||||
}
|
||||
}
|
||||
|
||||
// Local Variables:
|
||||
// mode: rust
|
||||
// fill-column: 78;
|
||||
// indent-tabs-mode: nil
|
||||
// c-basic-offset: 4
|
||||
// buffer-file-coding-system: utf-8-unix
|
||||
// End
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue