1
0
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:
sigaloid
2021-08-20 16:31:20 -04:00
committed by GitHub
parent a256ca115b
commit 12fd4906de
10 changed files with 56 additions and 69 deletions

View File

@@ -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