Skip to content

Commit e0b2853

Browse files
committed
---
yaml --- r: 3282 b: refs/heads/master c: 2ad0954 h: refs/heads/master v: v3
1 parent b92f70b commit e0b2853

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 56eb98658449d2a6cc38279d6ec8085f1837f991
2+
refs/heads/master: 2ad0954941c839474f501252cf1551ff94bd5903

trunk/src/comp/driver/session.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ obj session(ast::crate_num cnum,
124124
}
125125
fn has_external_crate(int num) -> bool { ret crates.contains_key(num); }
126126
fn add_used_library(&str lib) {
127-
// A program has a small number of libraries, so a vector is probably a
128-
// good data structure in here.
127+
// A program has a small number of libraries, so a vector is probably
128+
// a good data structure in here.
129129
for (str l in used_libraries) {
130130
if (l == lib) {
131131
ret;

0 commit comments

Comments
 (0)