-
feat: dim the timestamp in the exec output (#1180)
发布于
2025-05-30 23:27:37 +00:00 This required changing
ts_println!()to take$self:ident, which is a
bit more verbose, but the usability improvement seems worth it.Also eliminated an unnecessary
.to_string()while here.下载附件