Skip to content

Commit 19a072a

Browse files
committed
Removed unnecessary attributes.
1 parent b527ea2 commit 19a072a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

api/swimos_form/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
//! documentation.
2525
2626
#![allow(clippy::match_wild_err_arm)]
27-
#[doc(hidden)]
28-
#[allow(unused_imports)]
27+
2928
pub use swimos_form_derive::Form;
3029

3130
use read::{ReadError, StructuralReadable};
@@ -342,6 +341,4 @@ pub trait Form: StructuralReadable + StructuralWritable {
342341

343342
impl<T: StructuralReadable + StructuralWritable> Form for T {}
344343

345-
#[doc(hidden)]
346-
#[allow(unused_imports)]
347344
pub use swimos_form_derive::Tag;

0 commit comments

Comments
 (0)