Skip to content

Commit

Permalink
Fix breakage caused by rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Feb 9, 2024
1 parent b3c786b commit ebb3156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ pub mod stickers {
pub mod comma_separated_string {
use serde::{Deserialize, Deserializer, Serializer};

use super::CowStr;
use crate::internal::prelude::*;

pub fn deserialize<'de, D: Deserializer<'de>>(
Expand Down

0 comments on commit ebb3156

Please sign in to comment.