file_level -> hide_snippet

This commit is contained in:
Brent Westbrook 2025-09-26 17:40:48 -04:00
parent 0668704fcc
commit 519b6fa850
6 changed files with 23 additions and 22 deletions

View file

@ -155,7 +155,7 @@ impl<'a> Annotation<'a> {
self
}
pub fn is_file_level(mut self, yes: bool) -> Self {
pub fn hide_snippet(mut self, yes: bool) -> Self {
self.is_file_level = yes;
self
}