Skip to content

Commit b76741d

Browse files
committed
Cargo fmt
1 parent 936534a commit b76741d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/conversion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ impl<F: WithSafety<Safe>> AsSafe for F {}
4141
pub trait AsUnsafe: WithSafety<Unsafe> {}
4242
impl<F: WithSafety<Unsafe>> AsUnsafe for F {}
4343

44-
cfg_tt::cfg_tt!{
44+
cfg_tt::cfg_tt! {
4545
/// Helper trait that simplifies generic bounds when converting between funciton pointer types.
4646
pub trait Convertible:
4747
FnPtr

0 commit comments

Comments
 (0)