fix: panic! expecting &str in editor/mod.rs #24
No reviewers
Labels
No Label
bug
documentation
duplicate
feat
good first issue
help wanted
in-progress
invalid
question
refactor
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fortressia/echidna#24
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "fix/panic_format"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Description
In Rust 2021, panic! automatically formats the message. Because of this, the panic! macro complained about the argument not being &str
as format! returns a String instead.
Closes
N/A
Implementation Insight
N/A
TO-DOs
N/A
Merged.
Pull request closed