mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix three trivial warnings.
Signed-off-by: Dominic Cooney <dominic.cooney@gmail.com>
This commit is contained in:
parent
0955b686ed
commit
3b93d20991
3 changed files with 0 additions and 3 deletions
|
@ -5,7 +5,6 @@
|
|||
use serde::{Deserialize, Serialize};
|
||||
use serde::{Deserializer, Serializer};
|
||||
|
||||
#[macro_use]
|
||||
macro_rules! unreachable_serializable {
|
||||
($name:ident) => {
|
||||
impl<T> Serialize for $name<T> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue