mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-03 06:27:45 +00:00
uucore/polish ~ fix cargo clippy
complaints (missing_safety_doc; with ToDO for safety note)
This commit is contained in:
parent
3941d3f18c
commit
9473abf3ba
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ pub trait AsRawObject {
|
|||
}
|
||||
|
||||
pub trait FromRawObject: Sized {
|
||||
/// # Safety
|
||||
/// ToDO ...
|
||||
unsafe fn from_raw_object(obj: RawObject) -> Option<Self>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue