Unnamed repository; edit this file 'description' to name the repository.
Merge rust-analyzer/text-size#33
33: Fix broken intra doc link r=CAD97 a=CAD97 --- bors: r+ :robot: Co-authored-by: CAD97 <[email protected]>
bors[bot] 2020-03-26
parent 8c3d31f · parent cda9765 · commit 84d071b
-rw-r--r--lib/text-size/src/size.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/text-size/src/size.rs b/lib/text-size/src/size.rs
index 234e54d888..e20763f4bc 100644
--- a/lib/text-size/src/size.rs
+++ b/lib/text-size/src/size.rs
@@ -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
///