summaryrefslogtreecommitdiffstats
path: root/core/src/overlay.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-07-26 11:01:33 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-07-26 11:01:33 +0200
commit555ee3e9c66010c9a90c3ef55d61fbffd48e669d (patch)
tree0e11497452dbf53332cdf0a2e7f946e2157e2aea /core/src/overlay.rs
parentf18f08bd617edbf58787ec4f379aa52c0ef292e2 (diff)
downloadiced-555ee3e9c66010c9a90c3ef55d61fbffd48e669d.tar.gz
iced-555ee3e9c66010c9a90c3ef55d61fbffd48e669d.tar.bz2
iced-555ee3e9c66010c9a90c3ef55d61fbffd48e669d.zip
Fix lints for Rust 1.80
Diffstat (limited to 'core/src/overlay.rs')
-rw-r--r--core/src/overlay.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/overlay.rs b/core/src/overlay.rs
index 16f867da..3b79970e 100644
--- a/core/src/overlay.rs
+++ b/core/src/overlay.rs
@@ -52,7 +52,7 @@ where
/// * the computed [`Layout`] of the [`Overlay`]
/// * the current cursor position
/// * a mutable `Message` list, allowing the [`Overlay`] to produce
- /// new messages based on user interaction.
+ /// new messages based on user interaction.
/// * the `Renderer`
/// * a [`Clipboard`], if available
///