mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 15:08:52 +00:00
Allow dead code in opt utils
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
//! Utilities for implementing optimizations.
|
//! Utilities for implementing optimizations.
|
||||||
//!
|
//!
|
||||||
//! You can add here utilities commonly used in the implementation of multiple optimizations.
|
//! You can add here utilities commonly used in the implementation of multiple optimizations.
|
||||||
|
|
||||||
|
#![allow(dead_code)]
|
||||||
|
|||||||
Reference in New Issue
Block a user