Skip to content

Commit

Permalink
fix doc-deps configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Feb 20, 2025
1 parent 547aac5 commit f798f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/modals/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ impl Modals {
REFCOUNT.fetch_add(1, Ordering::Relaxed);
let conn =
xns.request_connection_blocking(api::SERVER_NAME_MODALS).expect("Can't connect to Modals server");
#[cfg(not(feature = "doc-deps"))]
let trng = Trng::new(&xns).unwrap();
#[allow(unused_mut)]
let mut token = [0u32; 4];
Expand Down

0 comments on commit f798f5c

Please sign in to comment.