mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-04-29 23:14:49 +00:00
Fix broken intra doc link
This commit is contained in:
@@ -44,7 +44,7 @@ impl TextSize {
|
||||
///
|
||||
/// Accepts `char`, `&str`, and references to any custom string-like type
|
||||
/// that dereferences to `str`. Types that don't dereference to `str` but
|
||||
/// want to be usable in this constructor can implement [`TextSized`].
|
||||
/// want to be usable in this constructor can implement [`LenTextSize`].
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user