diff --git a/crates/ruff_annotate_snippets/src/renderer/mod.rs b/crates/ruff_annotate_snippets/src/renderer/mod.rs index 177ffb9ab1..0ea77b98c3 100644 --- a/crates/ruff_annotate_snippets/src/renderer/mod.rs +++ b/crates/ruff_annotate_snippets/src/renderer/mod.rs @@ -100,7 +100,7 @@ impl Renderer { self } - // Set the terminal width + /// Set the terminal width pub const fn term_width(mut self, term_width: usize) -> Self { self.term_width = term_width; self