Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
owned String required .into() or .to_string()
Compiler was complaining about this. Apparently we need .into() or .to_string(). Feel free to change this to whatever is preferred. In a previous Sycamore version, was this not required?
- Loading branch information