From 46fdc13ea711574c68e85f5164fef73d46cf4447 Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 4 Mar 2022 17:03:53 +0100 Subject: [PATCH] removed quote --- frontend/static/quotes/code_rust.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/static/quotes/code_rust.json b/frontend/static/quotes/code_rust.json index 4b3d9e179..060171ae0 100644 --- a/frontend/static/quotes/code_rust.json +++ b/frontend/static/quotes/code_rust.json @@ -211,12 +211,6 @@ "source": "Convert real number to string with 2 decimal places - programming-idioms.org", "text": "let s = format!(\"{:.2}\", x);" }, - { - "id": 35, - "length": 13, - "source": "Assign to string the japanese word \u30cd\u30b3 - programming-idioms.org", - "text": "let s = \"\u30cd\u30b3\";" - }, { "id": 36, "length": 211,