mirror of
https://github.com/Zenithsiz/dynatos.git
synced 2026-02-03 18:13:04 +00:00
Added explicit type to a variable to avoid a rust-analyzer bug.
This commit is contained in:
parent
55657258d8
commit
b7a662257c
@ -27,7 +27,7 @@ impl Title {
|
||||
where
|
||||
S: Into<String>,
|
||||
{
|
||||
let title = title.into();
|
||||
let title: String = title.into();
|
||||
|
||||
// If no title exists, add the current one
|
||||
let mut stack = TITLE_STACK.borrow_mut();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user