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 3d8a5cb commit a355505Copy full SHA for a355505
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