Skip to content

Commit 9079302

Browse files
committed
remove commented out code
1 parent 60e5fa6 commit 9079302

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/lib.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,3 @@ declare_types! {
3232
}
3333
}
3434
}
35-
36-
// Delete me:
37-
38-
// use helix::{UncheckedValue, ToRust};
39-
//
40-
// impl ToString for RubyString {
41-
// fn to_string(&self) -> String {
42-
// let checked = self.0.to_checked().unwrap();
43-
// checked.to_rust()
44-
// }
45-
// }

0 commit comments

Comments
 (0)