Skip to content

Commit

Permalink
doc(parser): add missing doc for new field
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Dec 23, 2023
1 parent 2d0c073 commit 7f4ca98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/stef-parser/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,7 @@ impl Display for LiteralValue {
/// Import declaration for an external schema.
#[derive(Debug, PartialEq)]
pub struct Import<'a> {
/// Full import path as it was found in the original schema file.
pub full: Name<'a>,
/// Individual elements that form the import path.
pub segments: Vec<Name<'a>>,
Expand Down

0 comments on commit 7f4ca98

Please sign in to comment.