Skip to content

Commit

Permalink
fix: warning for unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Jan 25, 2024
1 parent dd5ed94 commit a38386e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdml-core/src/model/definitions/rdf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::{
check::Validate,
identifiers::{Identifier, QualifiedIdentifier},
modules::Module,
HasBody, Span,
Span,
},
stdlib,
};
Expand Down

0 comments on commit a38386e

Please sign in to comment.