From 68c7e5c451a855e110f158832c17c056e1255572 Mon Sep 17 00:00:00 2001 From: Bernhard Schuster Date: Fri, 22 Jan 2021 10:52:37 +0100 Subject: [PATCH] chore/test: add line of emojis to show multiwidth characters causing offsets --- demo/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/src/main.rs b/demo/src/main.rs index a9ca9f80..83141834 100644 --- a/demo/src/main.rs +++ b/demo/src/main.rs @@ -1,4 +1,5 @@ //! Just a lil somethin somethin +//! ⅔ ⇳ 🍑 🍂 🍈 mod lib; pub mod nested;