We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe52a8 commit 965de8dCopy full SHA for 965de8d
src/cache/models.rs
@@ -261,7 +261,7 @@ impl std::fmt::Display for VerifyResult {
261
" Runtime: ".dimmed(),
262
&self.status.status_runtime.dimmed(),
263
"\n Your input: ",
264
- &self.data_input.replace("\n", ", "),
+ &self.data_input.replace("\n", "↩"),
265
"\n Output: ",
266
ca,
267
"\n Expected: ",
@@ -331,7 +331,7 @@ impl std::fmt::Display for VerifyResult {
331
332
333
334
335
336
337
@@ -387,7 +387,7 @@ impl std::fmt::Display for VerifyResult {
387
&self.status.status_msg.red().bold(),
388
&self.error.full_compile_error
389
),
390
- _ => write!(f, "{}", "\nUnKnow Error...\n".red().bold()),
+ _ => write!(f, "{}", "\nUnknown Error...\n".red().bold()),
391
}
392
393
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments