Allow dead code in opt utils

This commit is contained in:
Minseong Jang
2022-04-21 19:05:58 +09:00
parent 268bebc91e
commit 1d2e46cc81

View File

@@ -1,3 +1,5 @@
//! Utilities for implementing optimizations.
//!
//! You can add here utilities commonly used in the implementation of multiple optimizations.
#![allow(dead_code)]