mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Update dependencies and pass all clippy's (#636)
* Cargo update https://pastebin.com/raw/KWNuJD9u * Cargo clippy +nightly * Remove deprecated clippy * Fix unbalanced backtick (now passes cargo {+nightly,} clippy)
This commit is contained in:
@@ -334,7 +334,7 @@ impl Rect {
|
||||
|
||||
/// ## Convenience functions (assumes origin is towards left top):
|
||||
impl Rect {
|
||||
/// `min.x
|
||||
/// `min.x`
|
||||
#[inline(always)]
|
||||
pub fn left(&self) -> f32 {
|
||||
self.min.x
|
||||
|
||||
Reference in New Issue
Block a user