mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
Fix cargo clippy and doc errors after Rust update to 1.66
This commit is contained in:
@@ -131,7 +131,7 @@ pub enum Param {
|
||||
/// For Chats
|
||||
Selftalk = b'K',
|
||||
|
||||
/// For Chats: On sending a new message we set the subject to "Re: <last subject>".
|
||||
/// For Chats: On sending a new message we set the subject to `Re: <last subject>`.
|
||||
/// Usually we just use the subject of the parent message, but if the parent message
|
||||
/// is deleted, we use the LastSubject of the chat.
|
||||
LastSubject = b't',
|
||||
|
||||
Reference in New Issue
Block a user