Skip to content

Commit 708d205

Browse files
committed
further warning cleanups
1 parent bb58c8a commit 708d205

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed

.cargo/config .cargo/config.toml

File renamed without changes.

Cargo.lock

+27-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chain/tests/chain_test_helper.rs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14+
#![allow(dead_code)]
1415

1516
use self::chain::types::NoopAdapter;
1617
use self::chain::types::Options;

util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lazy_static = "1"
1818
rand = "0.6"
1919
serde = "1"
2020
serde_derive = "1"
21-
log4rs = { version = "1.3", features = ["rolling_file_appender", "compound_policy", "size_trigger", "fixed_window_roller"] }
21+
log4rs = { version = "1.3", features = ["rolling_file_appender", "compound_policy", "size_trigger", "fixed_window_roller", "gzip"] }
2222
log = "0.4"
2323
walkdir = "2"
2424
zip = { version = "0.5.11", default-features = false }

0 commit comments

Comments
 (0)