A set of small fixes (#16849)
* Linux Clippy lints fixed * Zed local tasks are now simpler to rerun * Zed's `release-fast` build profile keeps the debug info so it's possible to properly debug things without altering the sources Release Notes: - N/A
This commit is contained in:
parent
1a2a538366
commit
55dda0e6af
4 changed files with 8 additions and 6 deletions
|
@ -512,10 +512,6 @@ mod custom_path_matcher {
|
|||
})
|
||||
}
|
||||
|
||||
pub fn sources(&self) -> &[String] {
|
||||
&self.sources
|
||||
}
|
||||
|
||||
pub fn is_match<P: AsRef<Path>>(&self, other: P) -> bool {
|
||||
let other_path = other.as_ref();
|
||||
self.sources
|
||||
|
|
|
@ -774,6 +774,7 @@ impl BladeRenderer {
|
|||
}
|
||||
|
||||
/// Required to compile on macOS, but not currently supported.
|
||||
#[cfg_attr(any(target_os = "linux", target_os = "windows"), allow(dead_code))]
|
||||
pub fn fps(&self) -> f32 {
|
||||
0.0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue