We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6c379 commit b2a9c32Copy full SHA for b2a9c32
src/key.rs
@@ -223,7 +223,7 @@ macro_rules! key {
223
const OUTPUT: $crate::key::Key = match $crate::key::Key::try_parse($key) {
224
::std::result::Result::Ok(key) => key,
225
::std::result::Result::Err($crate::key::InvalidKeyStr) => {
226
- panic!("{}", $crate::key::InvalidKeyStr::description())
+ panic!($crate::key::InvalidKeyStr::description())
227
}
228
};
229
OUTPUT
0 commit comments