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: appcui/src/system/handle.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ impl<T> Handle<T> {
47
47
}
48
48
/// # Safety
49
49
///
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.
0 commit comments