We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936534a commit b76741dCopy full SHA for b76741d
1 file changed
src/conversion.rs
@@ -41,7 +41,7 @@ impl<F: WithSafety<Safe>> AsSafe for F {}
41
pub trait AsUnsafe: WithSafety<Unsafe> {}
42
impl<F: WithSafety<Unsafe>> AsUnsafe for F {}
43
44
-cfg_tt::cfg_tt!{
+cfg_tt::cfg_tt! {
45
/// Helper trait that simplifies generic bounds when converting between funciton pointer types.
46
pub trait Convertible:
47
FnPtr
0 commit comments