wip: perilous unblocker
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-05-23 21:52:26 +03:00
parent 02312e32a5
commit 73748e1fb9
5 changed files with 55 additions and 56 deletions

View file

@ -13,10 +13,7 @@ pub struct Pool {
pub browser: Option<Browser>,
}
from_dsl!(BrowserCommand: |state: Pool, iter|Ok(state.browser
.as_ref()
.map(|p|Namespace::take_from(p, iter))
.transpose()?
.flatten()));
.as_ref().map(|p|Take::take(p, iter)).transpose()?.flatten()));
impl Default for Pool {
fn default () -> Self {
use PoolMode::*;