Skip to content

Commit

Permalink
Ignore failing tests until rust-lang/rust#67295
Browse files Browse the repository at this point in the history
  • Loading branch information
ObsidianMinor committed Jan 26, 2020
1 parent 42caf59 commit 51a5214
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions protrust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub use collections::unknown_fields::UnknownFieldSet;
///
/// # Examples
///
/// ```
/// ```ignore
/// # use protrust::doctest::timestamp::Timestamp;
/// use protrust::Message;
/// use protrust::io::{Length, CodedReader, CodedWriter};
Expand Down Expand Up @@ -82,7 +82,7 @@ pub trait Message: Default + Clone + PartialEq + Debug + Sized {
///
/// # Examples
///
/// ```
/// ```ignore
/// # use protrust::doctest::timestamp::Timestamp;
/// use protrust::Message;
/// use protrust::io::{Length, CodedReader};
Expand All @@ -106,7 +106,7 @@ pub trait Message: Default + Clone + PartialEq + Debug + Sized {
///
/// # Examples
///
/// ```
/// ```ignore
/// # use protrust::doctest::timestamp::Timestamp;
/// use protrust::Message;
///
Expand All @@ -126,7 +126,7 @@ pub trait Message: Default + Clone + PartialEq + Debug + Sized {
///
/// # Examples
///
/// ```
/// ```ignore
/// # use protrust::doctest::timestamp::Timestamp;
/// use protrust::Message;
/// use protrust::collections::unknown_fields::UnknownField;
Expand All @@ -149,7 +149,7 @@ pub trait Message: Default + Clone + PartialEq + Debug + Sized {
///
/// # Examples
///
/// ```
/// ```ignore
/// # use protrust::doctest::timestamp::Timestamp;
/// use protrust::Message;
/// use protrust::collections::unknown_fields::UnknownField;
Expand Down Expand Up @@ -177,7 +177,7 @@ pub trait Message: Default + Clone + PartialEq + Debug + Sized {
///
/// # Examples
///
/// ```
/// ```ignore
/// # use protrust::doctest::timestamp::Timestamp;
/// use protrust::Message;
///
Expand Down Expand Up @@ -295,7 +295,7 @@ pub trait Enum: From<i32> + Into<i32> + Default + Clone + Copy + PartialEq + Eq
///
/// # Examples
///
/// ```
/// ```ignore
/// # use protrust::doctest::timestamp::Timestamp;
/// use protrust::{Mergable, Message};
///
Expand All @@ -321,7 +321,7 @@ pub trait Mergable<T = Self>: Sized {
///
/// # Examples
///
/// ```
/// ```ignore
/// # use protrust::doctest::timestamp::Timestamp;
/// use protrust::{Message, merge};
///
Expand Down

0 comments on commit 51a5214

Please sign in to comment.