From 419980b6ffc822fb0c1bc2c6f48301bb89b744d8 Mon Sep 17 00:00:00 2001 From: William Venner Date: Thu, 21 Oct 2021 15:11:31 +0100 Subject: [PATCH] include_str doesnt really work here --- gmod/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/gmod/src/lib.rs b/gmod/src/lib.rs index aca47c7..b0b4792 100644 --- a/gmod/src/lib.rs +++ b/gmod/src/lib.rs @@ -1,4 +1,3 @@ -#![doc = include_str!("../../README.md")] #![feature(c_unwind)] #![feature(thread_id_value)]