Skip to content

Commit

Permalink
backend/bucket fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
royaltm committed May 27, 2024
1 parent e8a7616 commit 9ad151b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backend/bucket/fixed_str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ impl FixedString {
// contents: String::try_with_capacity(cap)?,
// })
}

/// Returns the underlying [`Box<str>`].
/// Returns the underlying [`String`].
///
/// Guarantees not to perform any reallocations in this process.
#[inline]
Expand Down

0 comments on commit 9ad151b

Please sign in to comment.