mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-29 06:11:37 +00:00
chore: remove stale FIXME comment
This commit is contained in:
parent
e06e5e6a37
commit
ab1efed88d
@ -148,9 +148,6 @@ where
|
||||
D: serde::Deserializer<'de>,
|
||||
{
|
||||
let raw: String = serde::Deserialize::deserialize(deserializer)?;
|
||||
// FIXME: we want to fall back to the default command if parsing fails
|
||||
// but since everything uses MultiTemplates, we might need a wrapper enum
|
||||
// with a Raw variant.
|
||||
Template::parse(&raw).map_err(serde::de::Error::custom)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user