Skip to content

Commit

Permalink
chore: normalize todo mark to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Oct 3, 2023
1 parent e2751eb commit 97168c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ser/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn unexpected<T>(unexp: de::Unexpected<'_>) -> Result<T> {
/// StringSerializer for serializing *just* strings (bytes are also strings in bencode).
/// The string is returned as Result<Vec<u8>>::Ok without any prefixing (without bencode string
/// length prefix).
// TODO: This should be pub(crate).
// todo: This should be pub(crate).
pub struct Serializer;

impl<'a> ser::Serializer for &'a mut Serializer {
Expand Down

0 comments on commit 97168c5

Please sign in to comment.