mirror of
https://github.com/openharmony/third_party_rust_os_str_bytes.git
synced 2026-06-30 22:08:37 -04:00
Minor improvements
This commit is contained in:
@@ -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
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user