Skip to content

Commit

Permalink
Fix cliff hanger in documentation (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilescope committed Jul 12, 2022
1 parent 40c3218 commit 2fa4a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ty/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use serde::{
///
/// This consists of several segments that each have to be a valid Rust
/// identifier. The first segment represents the crate name in which the type
/// has been defined. The last
/// has been defined. The last segment is the identifier accessed with `ident()`.
///
/// Rust prelude type may have an empty namespace definition.
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
Expand Down

0 comments on commit 2fa4a67

Please sign in to comment.