We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab6b2c commit ad16c2eCopy full SHA for ad16c2e
src/hyperlight_host/src/lib.rs
@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
See the License for the specific language governing permissions and
14
limitations under the License.
15
*/
16
-#![deny(dead_code, missing_docs, unused_mut)]
+#![warn(dead_code, missing_docs, unused_mut)]
17
//! This crate contains an SDK that is used to execute specially-
18
// compiled binaries within a very lightweight hypervisor environment.
19
0 commit comments