mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +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::{Deserialize, Serialize};
|
||||||
use serde::{Deserializer, Serializer};
|
use serde::{Deserializer, Serializer};
|
||||||
|
|
||||||
#[macro_use]
|
|
||||||
macro_rules! unreachable_serializable {
|
macro_rules! unreachable_serializable {
|
||||||
($name:ident) => {
|
($name:ident) => {
|
||||||
impl<T> Serialize for $name<T> {
|
impl<T> Serialize for $name<T> {
|
||||||
|
|
|
@ -6,7 +6,6 @@ use serde::{Deserialize, Serialize};
|
||||||
use serde::{Deserializer, Serializer};
|
use serde::{Deserializer, Serializer};
|
||||||
use std::sync::mpsc;
|
use std::sync::mpsc;
|
||||||
|
|
||||||
#[macro_use]
|
|
||||||
macro_rules! unreachable_serializable {
|
macro_rules! unreachable_serializable {
|
||||||
($name:ident) => {
|
($name:ident) => {
|
||||||
impl<T> Serialize for $name<T> {
|
impl<T> Serialize for $name<T> {
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
#![feature(assoc_char_funcs)]
|
|
||||||
#![feature(const_fn_fn_ptr_basics)]
|
#![feature(const_fn_fn_ptr_basics)]
|
||||||
#![feature(const_fn_trait_bound)]
|
#![feature(const_fn_trait_bound)]
|
||||||
#![feature(core_intrinsics)]
|
#![feature(core_intrinsics)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue