From 8122fb1c71bc2d4347e7745b254c225251a09785 Mon Sep 17 00:00:00 2001 From: dylni <46035563+dylni@users.noreply.github.com> Date: Sat, 14 May 2022 13:11:17 -0400 Subject: [PATCH] Minor improvements --- COPYRIGHT | 2 +- LICENSE-MIT | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index fb2d62f..65dfcfc 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -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 or the MIT license , at your option. All files in this project may not be diff --git a/LICENSE-MIT b/LICENSE-MIT index b825ac0..fd9dc88 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -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 diff --git a/src/lib.rs b/src/lib.rs index 9a99059..f73c2d5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;