Skip to content

Commit 0d28139

Browse files
chore: remove outdated comment in context about unwrap
1 parent b2bcd1a commit 0d28139

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bors/context.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ impl<Client: RepositoryClient> BorsContext<Client> {
1919
db: Arc<dyn DbClient>,
2020
global_client: Arc<dyn RepositoryLoader<Client>>,
2121
) -> anyhow::Result<Self> {
22-
// this unwrap is making me nervous, but if lhe repos loading
23-
// fails we might as well restart the bot
2422
let repositories = global_client.load_repositories().await?;
2523
let repositories = RwLock::new(repositories);
2624
Ok(Self {

0 commit comments

Comments
 (0)