From 8c85e7cfda6a67d882064af1b1229467d711239d Mon Sep 17 00:00:00 2001 From: qorg11 Date: Tue, 15 Jun 2021 18:03:38 +0200 Subject: [PATCH] whoops --- harmful/software/rust.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/harmful/software/rust.md b/harmful/software/rust.md index 774c794..0e21e11 100644 --- a/harmful/software/rust.md +++ b/harmful/software/rust.md @@ -4,14 +4,14 @@ * Rust lacks a specification * There is only one compiler ->>Everything in rust is undefined ->>Therefore Rust has more undefined behaviour than C. +>\>Everything in rust is undefined +>\>Therefore Rust has more undefined behaviour than C. * Cargo sucks * Takes years to build ->>Consider adding CString/* const i8 literals ->>Use concat! +>\>Consider adding CString/* const i8 literals +>\>Use concat! ``` macro_rules! c_str {