diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-24 15:49:23 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-24 15:49:23 -0800 |
commit | ac170d8a00663cf2dc734516913641c544faa105 (patch) | |
tree | 7b71db5ef6e6d8f89377c3d44bebdeeb91b9d441 /rust/TODO | |
parent | fafc32e0ea1adc95eea817af7273d4c47422b364 (diff) | |
download | fatcat-ac170d8a00663cf2dc734516913641c544faa105.tar.gz fatcat-ac170d8a00663cf2dc734516913641c544faa105.zip |
codespell fixes to various other docs
Diffstat (limited to 'rust/TODO')
-rw-r--r-- | rust/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ later: https://github.com/jkcclemens/paste/blob/942d1ede8abe80a594553197f2b03c1d6d70efd0/webserver/build.rs https://github.com/jkcclemens/paste/blob/942d1ede8abe80a594553197f2b03c1d6d70efd0/webserver/src/main.rs#L44 - "prev_rev" required in updates -- tried using sync::Once to wrap test database initilization (so it would only +- tried using sync::Once to wrap test database initialization (so it would only run migrations once), but it didn't seem to work, maybe I had a bug or it didn't compile? => could also do a global mutex: https://github.com/SergioBenitez/Rocket/issues/697 |