You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ic-cdk/src/api.rs
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,19 @@ use std::{convert::TryFrom, num::NonZeroU64};
25
25
since = "0.18.0",
26
26
note = "The `api::call` module is deprecated. Individual items within this module have their own deprecation notices with specific migration guidance."
27
27
)]
28
+
#[doc(hidden)]
28
29
pubmod call;
29
30
#[deprecated(
30
31
since = "0.18.0",
31
32
note = "The `api::management_canister` module is deprecated. Please use the `management_canister` and `bitcoin_canister` modules at the crate root."
32
33
)]
34
+
#[doc(hidden)]
33
35
pubmod management_canister;
34
36
#[deprecated(
35
37
since = "0.18.0",
36
38
note = "The `api::stable` module has been moved to `stable` (crate root)."
0 commit comments