Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 006f7c5

Browse files
committed
Merge pull request #18 from metajack/rust-up
Update to latest Rust.
2 parents 5e8c30c + c93b53f commit 006f7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

select.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ impl<N, H: SelectHandler<N>> n::s::CssSelectHandler<N> for SelectHandlerWrapper<
122122
let mut v = ~[];
123123
for s.split_iter(' ').advance |s| {
124124
debug!("SelectHandlerWrapper::node_classes - class: %?", s);
125-
if s != ~"" { v.push(lwcstr_from_rust_str(s)) }
125+
if s != "" { v.push(lwcstr_from_rust_str(s)) }
126126
}
127127
debug!("SelectHandlerWrapper::classes: %?", v);
128128
v

0 commit comments

Comments
 (0)