Skip to content

Commit

Permalink
fix: make Shape::invalid() public
Browse files Browse the repository at this point in the history
  • Loading branch information
jshearer committed Aug 4, 2023
1 parent 8601c59 commit 25b6025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/doc/src/inference.rs
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ impl Shape {
}
}

const fn invalid() -> Self {
pub const fn invalid() -> Self {
Self {
type_: types::INVALID,
provenance: Provenance::Inline,
Expand Down

0 comments on commit 25b6025

Please sign in to comment.