mirror of
https://github.com/Noratrieb/the-good-stuff.git
synced 2026-01-16 01:25:01 +01:00
sendsync
This commit is contained in:
parent
13e6a1d6c6
commit
afb32dbd6a
3 changed files with 153 additions and 7 deletions
|
|
@ -32,6 +32,6 @@ create_unroll_int! {
|
|||
10 9 8 7 6 5 4 3 1 2 0
|
||||
}
|
||||
|
||||
fn x() {
|
||||
let x = unroll_int!(20);
|
||||
pub fn x() {
|
||||
let _ = unroll_int!(20);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue