mirror of
https://github.com/youwen5/iamb.git
synced 2025-08-04 19:48:28 -07:00
Address some warnings and typos (#408)
This commit is contained in:
parent
2b6363f529
commit
591fc0af83
5 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
//!
|
||||
//! Additionally, some of the iamb commands delegate behaviour to the current UI element. For
|
||||
//! example, [sending messages][crate::base::SendAction] delegate to the [room window][RoomState],
|
||||
//! where we have the message bar and room ID easily accesible and resetable.
|
||||
//! where we have the message bar and room ID easily accessible and resettable.
|
||||
use std::cmp::{Ord, Ordering, PartialOrd};
|
||||
use std::fmt::{self, Display};
|
||||
use std::ops::Deref;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue