Emmanuel Gil Peyrot
|
002c2803d4
|
Fix typos across the codebase (thanks codespell!)
|
2024-05-14 05:46:02 +00:00 |
|
Emmanuel Gil Peyrot
|
1bab5c3cd9
|
Remove redundant imports
These became warnings in a recent nightly.
The TryFrom/TryInto imports were missed in
4089891f6c, but the rest are truly
redundant.
|
2024-02-27 22:57:18 +01:00 |
|
Maxime “pep” Buquet
|
4089891f6c
|
Update edition to 2021
- Remove TryFrom/Into and FromIterator imports
- Prevent impl_validator_using_provider macro in sasl crate from
constructing trait object
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
|
2023-12-15 19:40:09 +00:00 |
|
Emmanuel Gil Peyrot
|
022a920300
|
xmpp-parsers: Update to the new jid crate
|
2023-06-20 18:59:26 +02:00 |
|
Emmanuel Gil Peyrot
|
464b5de0d0
|
parsers: Fix some issues reported by clippy.
|
2021-10-11 16:17:09 +02:00 |
|
Emmanuel Gil Peyrot
|
9410849d7a
|
Rename the xmpp-parsers directory to parsers
This doesn’t change anything to the name of the crate, just makes
autocompletion easier by not sharing the same prefix as the xmpp crate.
|
2021-10-11 08:24:16 +02:00 |
|