mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-17 08:00:02 -04:00
clippy + fmt
This commit is contained in:
parent
b31a28a35b
commit
0cc7115c48
3 changed files with 6 additions and 6 deletions
|
@ -110,7 +110,7 @@ fn encode_string(s: String) -> String {
|
|||
fn dorewrite(source_text: &str) -> String {
|
||||
from_utf8(
|
||||
rewrite(
|
||||
&source_text,
|
||||
source_text,
|
||||
Url::from_str("https://google.com/glorngle/si.js").unwrap(),
|
||||
Config {
|
||||
prefix: "/scrammedjet/".to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue