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 deb95fc commit 831fe71Copy full SHA for 831fe71
framework-crates/objc2-foundation/src/string.rs
@@ -48,8 +48,8 @@ impl NSString {
48
/// done efficiently.
49
///
50
/// Returns [`None`] if the internal storage does not allow this to be
51
- /// done efficiently. Use [`NSString::as_str`] or `NSString::to_string`
52
- /// if performance is not an issue.
+ /// done efficiently. Use `NSString::to_string` if performance is not an
+ /// issue.
53
54
55
/// # Safety
0 commit comments