Remove logging levels restrictions (#538)

* Fixes #537: Remove release mode logging levels restrictions;

* Add information about log's logging levels in the README;
This commit is contained in:
Benjamin Bouvier
2018-10-02 19:45:23 +02:00
committed by Dan Gohman
parent e8fc612dc2
commit 0b3d3ac880
7 changed files with 22 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
//! Cranelift DSL classes.
//!
//! This module defines the classes that are used to define Cranelift
//! instructions and other entitties.
//! instructions and other entities.
pub mod types;