mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Format components canvas and canvas_traits #21373
This commit is contained in:
parent
2a4bee540c
commit
f472d05003
4 changed files with 89 additions and 47 deletions
|
@ -17,7 +17,9 @@ macro_rules! unreachable_serializable {
|
|||
|
||||
impl<'a, T> Deserialize<'a> for $name<T> {
|
||||
fn deserialize<D>(_: D) -> Result<$name<T>, D::Error>
|
||||
where D: Deserializer<'a> {
|
||||
where
|
||||
D: Deserializer<'a>,
|
||||
{
|
||||
unreachable!();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue