Skip to content

Commit c73e332

Browse files
committed
Remove crud
1 parent b669250 commit c73e332

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/getopts.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ pub fn opt_str(mm: Matches, nm: &str) -> ~str {
381381
* option took an argument
382382
*/
383383
pub fn opts_str(mm: Matches, names: &[~str]) -> ~str {
384-
>>>>>>> Remove uses of + mode from libstd
385384
for vec::each(names) |nm| {
386385
match opt_val(mm, *nm) {
387386
Val(copy s) => return s,

0 commit comments

Comments
 (0)