Minor improvements

This commit is contained in:
dylni
2022-05-14 13:11:17 -04:00
parent ad2e0827f5
commit 8122fb1c71
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright (c) 2019 Dylan Iuzzolino
Copyright (c) 2019 dylni (https://github.com/dylni)
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE> or the MIT
license <LICENSE-MIT>, at your option. All files in this project may not be
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019 Dylan Iuzzolino
Copyright (c) 2019 dylni (https://github.com/dylni)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+1 -1
View File
@@ -156,7 +156,7 @@
all(target_vendor = "fortanix", target_env = "sgx"),
feature(sgx_platform)
)]
#![forbid(unsafe_op_in_unsafe_fn)]
#![warn(unsafe_op_in_unsafe_fn)]
#![warn(unused_results)]
use std::borrow::Cow;