From 019c75797d94f9f4dfb0d886ad13f9f3c2757046 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 20 Jul 2020 12:29:18 -0700 Subject: [PATCH] Supress doctest errors --- storage-bigtable/proto/google.bigtable.v2.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage-bigtable/proto/google.bigtable.v2.rs b/storage-bigtable/proto/google.bigtable.v2.rs index 2a6a0bbea0..7042d5ff5d 100644 --- a/storage-bigtable/proto/google.bigtable.v2.rs +++ b/storage-bigtable/proto/google.bigtable.v2.rs @@ -259,7 +259,7 @@ pub mod row_filter { /// If multiple cells are produced with the same column and timestamp, /// they will all appear in the output row in an unspecified mutual order. /// Consider the following example, with three filters: - /// + ///```ignore /// input row /// | /// ----------------------------------------------------- @@ -325,7 +325,7 @@ pub mod row_filter { /// Hook for introspection into the RowFilter. Outputs all cells directly to /// the output of the read rather than to any parent filter. Consider the /// following example: - /// + ///```ignore /// Chain( /// FamilyRegex("A"), /// Interleave(