From ac170d8a00663cf2dc734516913641c544faa105 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 24 Nov 2021 15:49:23 -0800 Subject: codespell fixes to various other docs --- rust/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/TODO') diff --git a/rust/TODO b/rust/TODO index 9a6ea910..1baff6ea 100644 --- a/rust/TODO +++ b/rust/TODO @@ -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 -- cgit v1.2.3