Remove dependency on nightly Rust

This commit is contained in:
2024-07-31 10:43:58 -05:00
parent 45b8fa5c8b
commit d4c5005d8a
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
// This example contains information adapted from the MSPGCC project's documentation.
// As such, it is licensed under the GPL, to the extent that such a thing is possible.
// https://mspgcc.sourceforge.net/manual/ln16.html
#![feature(decl_macro)]
fn main() {
println!("Hello, world!")