Fix three trivial warnings.

Signed-off-by: Dominic Cooney <dominic.cooney@gmail.com>
This commit is contained in:
Dominic Cooney 2021-05-23 19:02:10 +09:00
parent 0955b686ed
commit 3b93d20991
3 changed files with 0 additions and 3 deletions

View file

@ -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> {

View file

@ -6,7 +6,6 @@ use serde::{Deserialize, Serialize};
use serde::{Deserializer, Serializer};
use std::sync::mpsc;
#[macro_use]
macro_rules! unreachable_serializable {
($name:ident) => {
impl<T> Serialize for $name<T> {

View file

@ -2,7 +2,6 @@
* 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/. */
#![feature(assoc_char_funcs)]
#![feature(const_fn_fn_ptr_basics)]
#![feature(const_fn_trait_bound)]
#![feature(core_intrinsics)]