Skip to content

Commit 750de1c

Browse files
Replace AI picture with human-made one (#3)
- Credit to @FlawlessDeveloper Rendered: ![Credit to @FlawlessDeveloper for the picture, a modification from a public domain one, see <https://discord.com/channels/273534239310479360/1301567644171767890/1302566385968484373>](https://github.com/user-attachments/assets/1a2acd80-0260-4d11-af99-f157f0e57d61 "Credit to @FlawlessDeveloper for the picture, a modification from a public domain one, see https://discord.com/channels/273534239310479360/1301567644171767890/1302566385968484373")
2 parents 47332c3 + 2626a9c commit 750de1c

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "negative"
77
authors = [
88
"Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>",
99
]
10-
version = "0.1.1" # Keep in sync
10+
version = "0.1.2" # Keep in sync
1111
edition = "2021"
1212
rust-version = "1.56.0"
1313

@@ -43,7 +43,7 @@ docs-rs = [
4343

4444
[dependencies.negative-proc_macros]
4545
path = "src/proc_macros"
46-
version = "=0.1.1" # Keep in sync
46+
version = "=0.1.2" # Keep in sync
4747

4848
[dev-dependencies]
4949

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11

2-
3-
<span style="text-align: center;">
4-
5-
![image](https://gist.github.com/user-attachments/assets/8dc46e20-90d6-431a-8805-665549e02650)
6-
7-
</span>
8-
92
# `::negative`
103

114
Negative `impl`s in stable Rust.
@@ -29,6 +22,13 @@ https://github.com/rust-secure-code/safety-dance/)
2922

3023
<!-- Templated by `cargo-generate` using https://github.com/danielhenrymantilla/proc-macro-template -->
3124

25+
26+
<span style="text-align: center;">
27+
28+
![Credit to @FlawlessDeveloper for the picture, a modification from a public domain one, see <https://discord.com/channels/273534239310479360/1301567644171767890/1302566385968484373>](https://github.com/user-attachments/assets/1a2acd80-0260-4d11-af99-f157f0e57d61 "Credit to @FlawlessDeveloper for the picture, a modification from a public domain one, see https://discord.com/channels/273534239310479360/1301567644171767890/1302566385968484373")
29+
30+
</span>
31+
3232
---
3333

3434
It can be useful to avoid the need to include an ugly `PhantomData`:

src/_lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![doc = include_str!("../README.md")]
22
#![no_std]
33
#![forbid(unsafe_code)]
4-
#![doc(html_logo_url = "https://gist.github.com/user-attachments/assets/8dc46e20-90d6-431a-8805-665549e02650")]
4+
#![doc(html_logo_url = "https://gist.github.com/user-attachments/assets/97d0d1a5-538c-4f8d-86df-72e8b2ca14cc")]
55

66
/// See the [`crate`] top-level docs for more info.
77
pub use ::negative_proc_macros::negative_impl;

src/proc_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "negative-proc_macros"
88
authors = [
99
"Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"
1010
]
11-
version = "0.1.1" # Keep in sync
11+
version = "0.1.2" # Keep in sync
1212
edition = "2021"
1313
rust-version = "1.56.0"
1414

0 commit comments

Comments
 (0)