aboutsummaryrefslogtreecommitdiffstats
path: root/rust/TODO
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-01-22 13:41:11 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-01-22 13:41:11 -0800
commit2e3988fcf6441bef7ee4b030e499fd129e7cb189 (patch)
treea80218dec84b48b5ff7486a3ebe7502530f98fd0 /rust/TODO
parentda64fa0b36218d7f9726aa98dff0e834c1845193 (diff)
downloadfatcat-2e3988fcf6441bef7ee4b030e499fd129e7cb189.tar.gz
fatcat-2e3988fcf6441bef7ee4b030e499fd129e7cb189.zip
more TODO/proposal cleanup
Diffstat (limited to 'rust/TODO')
-rw-r--r--rust/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/TODO b/rust/TODO
index a78795d3..9a6ea910 100644
--- a/rust/TODO
+++ b/rust/TODO
@@ -23,6 +23,10 @@ edit lifecycle
- account helper tool: set admin bit
later:
+- #![forbid(unsafe_code)]
+- show deployed version:
+ 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
run migrations once), but it didn't seem to work, maybe I had a bug or it