Marked Rust code to forbid unsafe.

pull/143/head
Project Nayuki 4 years ago
parent 33442ea74a
commit 17e1a8a6d4

@ -90,6 +90,7 @@
#![no_std]
#![forbid(unsafe_code)]
use core::convert::TryFrom;

@ -85,6 +85,7 @@
//! ```
#![forbid(unsafe_code)]
use std::convert::TryFrom;

Loading…
Cancel
Save