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,