Skip to content

Commit

Permalink
rm redundant allow
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 15, 2024
1 parent 3bc62a7 commit 3b2bf23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ssg-parent/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const LOCALHOST: &str = "localhost";

/// Error type returned from the reactive app
#[derive(Debug, thiserror::Error)]
#[allow(clippy::module_name_repetitions)]
pub enum DevError {
#[error(transparent)]
Notify(#[from] reactive::driver::notify::Error),
Expand Down

0 comments on commit 3b2bf23

Please sign in to comment.