fix: panic! expecting &str in editor/mod.rs #24

Closed
fortressia wants to merge 0 commits from fix/panic_format into main

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

# 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
fortressia added 1 commit 2021-12-28 01:50:25 +00:00
e077e690f2
fix: panic! expecting &str in editor/mod.rs
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.
fortressia closed this pull request 2021-12-28 01:51:30 +00:00
Poster
Owner

Merged.

Merged.

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fortressia/echidna#24
There is no content yet.