mirror of
https://github.com/openharmony/third_party_rust_tinyvec_macros.git
synced 2026-07-19 22:44:33 -04:00
Merge pull request #3 from notgull/patch-1
Indicate that we forbid unsafe code
This commit is contained in:
+1
-5
@@ -1,12 +1,8 @@
|
||||
[package]
|
||||
name = "tinyvec_macros"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Soveu <marx.tomasz@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0 OR Zlib"
|
||||
repository = "https://github.com/Soveu/tinyvec_macros"
|
||||
description = "Some macros for tiny containers"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#![no_std]
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! impl_mirrored {
|
||||
|
||||
Reference in New Issue
Block a user