]> git.lizzy.rs Git - rust.git/blobdiff - tests/source/type_alias.rs
Remove trailing whitespace for fn types /w non-unit return
[rust.git] / tests / source / type_alias.rs
index e4429bb8ddf1f53753af864c15098cdf1efae465..93e155534ecac0f79522ed1fbab203bc196ec9b6 100644 (file)
@@ -25,3 +25,5 @@
 pub type Exactly100CharstoEqualWhereTest<T, U, PARAMET> where T: Clone + Ord + Eq + SomeOtherTrait = Option<T>;
 
 pub type Exactly101CharstoEqualWhereTest<T, U, PARAMETE> where T: Clone + Ord + Eq + SomeOtherTrait = Option<T>;
+
+type RegisterPlugin = unsafe fn(pt: *const c_char, plugin: *mut c_void, data: *mut CallbackData);