We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5729b9 commit 1f12d4bCopy full SHA for 1f12d4b
zephyr/src/object.rs
@@ -231,7 +231,7 @@ pub trait ObjectInit<T> {
231
/// Initialize the object.
232
///
233
/// This is called upon first use. The address given may (and generally will) be different than
234
- /// the initial address given to the `setup` call in the [`ZephyrObject::new`] constructor.
+ /// the initial address given to the `setup` call in the [`ZephyrObject::new_raw`] constructor.
235
/// After this is called, all subsequent calls to [`ZephyrObject::get`] will return the same
236
/// address, or panic.
237
fn init(item: *mut T);
0 commit comments