Skip to content

Commit

Permalink
Fix typo in features_simple/old test crate (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
suaviloquence authored Aug 4, 2024
1 parent 941e14c commit 0d956d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_crates/features_simple/old/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pub fn feature_dependent_function() {}
feature = "__foo",
feature = "unstable-foo",
feature = "unstable_foo",
feat8re = "_bar"
feature = "_bar"
))]
pub fn unstable_function() {}

0 comments on commit 0d956d3

Please # to comment.