Skip to content

Commit 1c60020

Browse files
stegaBOBbzierksamuelvanderwaal
committed
Made it probably sound?
Co-authored-by: Bryan Zierk <[email protected]> Co-authored-by: Samuel Vanderwaal <[email protected]>
1 parent dfcae14 commit 1c60020

File tree

30 files changed

+1027
-1767
lines changed

30 files changed

+1027
-1767
lines changed

Cargo.lock

Lines changed: 52 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example_programs/marketplace/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ pub mod test_utils {
119119

120120
#[cfg(test)]
121121
mod idl_test {
122-
use super::*;
123122

124123
#[cfg(feature = "idl")]
125124
#[test]
126-
fn generate_idl() -> Result<()> {
125+
fn generate_idl() -> super::Result<()> {
126+
use super::*;
127127
let idl = StarFrameDeclaredProgram::program_to_idl()?;
128128
let codama_idl: ProgramNode = idl.try_into()?;
129129
let idl_json = codama_idl.to_json()?;

0 commit comments

Comments
 (0)