We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92f70b commit e0b2853Copy full SHA for e0b2853
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 56eb98658449d2a6cc38279d6ec8085f1837f991
+refs/heads/master: 2ad0954941c839474f501252cf1551ff94bd5903
trunk/src/comp/driver/session.rs
@@ -124,8 +124,8 @@ obj session(ast::crate_num cnum,
124
}
125
fn has_external_crate(int num) -> bool { ret crates.contains_key(num); }
126
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.
+ // A program has a small number of libraries, so a vector is probably
+ // a good data structure in here.
129
for (str l in used_libraries) {
130
if (l == lib) {
131
ret;
0 commit comments