Skip to content

Commit

Permalink
fix: Update doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Aug 30, 2024
1 parent b3f2cf0 commit a1fd53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/stackable-versioned/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! /// My docs
//! #[versioned(
//! added(since = "v1beta1"),
//! renamed(since = "v1", from = "gau"),
//! changed(since = "v1", from_name = "gau"),
//! deprecated(since = "v2", note = "not empty")
//! )]
//! deprecated_bar: usize,
Expand Down

0 comments on commit a1fd53f

Please sign in to comment.