Skip to content

Commit

Permalink
Fix doc path to fields module
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Feb 19, 2025
1 parent c84b8bd commit fe4f363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datetime/src/provider/neo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pub mod marker_attrs {
/// to be stable, their Rust representation might not be. Use with caution.
/// </div>
///
/// [`fields`]: crate::fields
/// [`fields`]: crate::provider::fields
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
#[allow(clippy::exhaustive_enums)] // documented as unstable
pub enum GlueType {
Expand Down

0 comments on commit fe4f363

Please sign in to comment.