Skip to content

Commit f7bfa81

Browse files
authored
Correct deprecated-since attribute (#1761)
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent d3664ae commit f7bfa81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/hyperlight_host/src/sandbox/initialized_multi_use.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ impl MultiUseSandbox {
10811081
/// # Ok(())
10821082
/// # }
10831083
/// ```
1084-
#[deprecated(since = "0.16.0", note = "use status().is_poisoned()")]
1084+
#[deprecated(since = "0.17.0", note = "use status().is_poisoned()")]
10851085
pub fn poisoned(&self) -> bool {
10861086
self.status.is_poisoned()
10871087
}

0 commit comments

Comments
 (0)