1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove obsolete code

This commit is contained in:
Stefan Lankes 2017-07-19 17:03:45 +02:00
parent ad3a0170db
commit a4d8ee2f4c

View file

@ -25,7 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#![allow(dead_code, unused_macros)]
#![allow(unused_macros)]
/// An enum representing the available verbosity levels of the logger.
#[derive(Copy, Clone)]