Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed May 5, 2022
1 parent d9f46d8 commit 7ddf118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Expand Up @@ -439,8 +439,6 @@ doctest!("../README.md");

/// A convenience module appropriate for glob imports (`use chrono::prelude::*;`).
pub mod prelude {
#[doc(no_inline)]
pub use crate::{Date, Week};
#[cfg(feature = "clock")]
#[doc(no_inline)]
pub use crate::Local;
Expand All @@ -450,6 +448,8 @@ pub mod prelude {
#[doc(no_inline)]
pub use crate::SubsecRound;
#[doc(no_inline)]
pub use crate::{Date, Week};
#[doc(no_inline)]
pub use crate::{DateTime, SecondsFormat};
#[doc(no_inline)]
pub use crate::{Datelike, Month, Timelike, Weekday, Weeklike};
Expand Down

0 comments on commit 7ddf118

Please sign in to comment.