Skip to content

Commit

Permalink
some wrong merged
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed May 18, 2023
1 parent b5d52ca commit fde4c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ain-cpp-imports/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use bridge::ffi;
#[cfg(any(test, bench, example, doc))]
#[allow(non_snake_case)]
mod ffi {
const UNIMPL_MSG: &'static str = "This cannot be used on a test path";
const UNIMPL_MSG: &str = "This cannot be used on a test path";
pub fn getChainId() -> u64 {
unimplemented!("{}", UNIMPL_MSG)
}
Expand Down

0 comments on commit fde4c9d

Please sign in to comment.