Skip to content

Commit ed72123

Browse files
committed
Doc fix
1 parent d2b096f commit ed72123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appcui/src/system/handle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ impl<T> Handle<T> {
4747
}
4848
/// # Safety
4949
///
50-
/// This function should not be used (its purpose is to serve some proc-macros such as #[CustomControl]) to convert a handle. Using this will imply an unsafe block and the results can be undetermined.
50+
/// This function should not be used (its purpose is to serve some proc-macros such as **#\[CustomControl\])** to convert a handle. Using this will imply an unsafe block and the results can be undetermined.
5151
#[inline(always)]
5252
pub unsafe fn unsafe_cast<U>(&self) -> Handle<U> {
5353
let r: Handle<U> = Handle {

0 commit comments

Comments
 (0)