Plume/src
Igor Galić 65e213309b
do not allocate empty strings
follow review from @pwoolcoc, and do not use

    SafeString::new(&<String>::new())

since this makes an allocation which will then just be thrown away.
Instead, we pass ""
2018-09-14 18:24:27 +02:00
..
routes do not allocate empty strings 2018-09-14 18:24:27 +02:00
inbox.rs Federate article updating 2018-09-06 22:39:22 +01:00
main.rs Merge pull request #212 from zcdunn/add_webapp_manifest 2018-09-10 20:44:44 +01:00
setup.rs do not allocate empty strings 2018-09-14 18:24:27 +02:00