Skip to content

Commit ad16c2e

Browse files
committed
Switch 'deny' lints to 'warn' to simplify local development. Warnings will be caught by clippy regardless in CI
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 6ab6b2c commit ad16c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
16-
#![deny(dead_code, missing_docs, unused_mut)]
16+
#![warn(dead_code, missing_docs, unused_mut)]
1717
//! This crate contains an SDK that is used to execute specially-
1818
// compiled binaries within a very lightweight hypervisor environment.
1919

0 commit comments

Comments
 (0)