Skip to content

Commit

Permalink
add docsrs feature
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Sep 9, 2024
1 parent 1773ed6 commit c9f170c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
#![allow(unexpected_cfgs)]

#[cfg(not(all(target_os = "zkvm", target_vendor = "succinct")))]
Expand Down

0 comments on commit c9f170c

Please sign in to comment.