mirror of
https://github.com/Noratrieb/vechonk.git
synced 2026-01-14 08:35:10 +01:00
it's coming together
This commit is contained in:
parent
56d01a9464
commit
c107680b95
2 changed files with 5 additions and 0 deletions
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "nightly-2021-12-19"
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
#![no_std]
|
||||
#![feature(ptr_metadata)]
|
||||
|
||||
//!
|
||||
//! A `Vec<T: ?Sized>`
|
||||
//!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue