Skip to content

Commit

Permalink
Update rinja/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Gomez <[email protected]>
  • Loading branch information
Kijewski and GuillaumeGomez authored Jan 12, 2025
1 parent f0e6253 commit a099038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rinja/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl<T: Template + ?Sized> Template for &T {
const SIZE_HINT: usize = T::SIZE_HINT;
}

/// [`dyn`-compatible] wrapper trait around [`Template`] implementers
/// [`dyn`-compatible] wrapper trait around [`Template`] implementors.
///
/// This trades reduced performance (mostly due to writing into `dyn Write`) for dyn-compatibility.
///
Expand Down

0 comments on commit a099038

Please sign in to comment.