Skip to content

Commit 9c1bc39

Browse files
authored
Merge pull request #180 from ojeda/remove-debug
Remove the only #[derive(Debug)] instance we have
2 parents 60d3e16 + 1b770e3 commit 9c1bc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/module.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fn expect_byte_string(it: &mut token_stream::IntoIter) -> String {
6565
try_byte_string(it).expect("Expected byte string")
6666
}
6767

68-
#[derive(Debug, Clone, PartialEq)]
68+
#[derive(Clone, PartialEq)]
6969
enum ParamType {
7070
Ident(String),
7171
Array { vals: String, max_length: usize },

0 commit comments

Comments
 (0)