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 19bd399 commit 10402c3Copy full SHA for 10402c3
tests/parse_callbacks/mod.rs
@@ -67,7 +67,8 @@ pub fn lookup(cb: &str) -> Box<dyn ParseCallbacks> {
67
.split("remove-function-prefix-")
68
.last()
69
.to_owned();
70
- let lnopc = RemoveFunctionPrefixParseCallback::new(prefix.unwrap());
+ let lnopc =
71
+ RemoveFunctionPrefixParseCallback::new(prefix.unwrap());
72
Box::new(lnopc)
73
} else {
74
panic!("Couldn't find name ParseCallbacks: {}", cb)
0 commit comments