Merge pull request #3 from notgull/patch-1

Indicate that we forbid unsafe code
This commit is contained in:
Soveu
2023-02-03 00:01:38 +01:00
committed by GitHub
2 changed files with 2 additions and 5 deletions
+1 -5
View File
@@ -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
View File
@@ -1,4 +1,5 @@
#![no_std]
#![forbid(unsafe_code)]
#[macro_export]
macro_rules! impl_mirrored {