diff --git a/crates/uv/src/shell.rs b/crates/uv/src/shell.rs index 407f3770e451..7f6787ecd14b 100644 --- a/crates/uv/src/shell.rs +++ b/crates/uv/src/shell.rs @@ -60,7 +60,7 @@ impl Shell { /// /// # Examples /// - /// ``` + /// ```ignore /// use crate::shells::Shell; /// /// assert_eq!(Shell::from_shell_path("/bin/bash"), Some(Shell::Bash));