mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
cargo fmt
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
This commit is contained in:
parent
e2b4af8af5
commit
6c21bdf91f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ impl Registry {
|
|||
if &document.doc_info.url == updating_url {
|
||||
//Write the newly analysed document into the oncelock that any request requiring the latest document will be waiting on
|
||||
if let Some(a) = documents.get_mut(updating_url) {
|
||||
//We don't care if this fails because we expect the document to sometimes already be there
|
||||
// We don't care if this fails because we expect the document to sometimes already be there
|
||||
a.latest_document.set(document.clone()).unwrap_or(())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue