Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Feb 12, 2025
1 parent d07a277 commit 0b2114b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#![allow(unused_imports, dead_code)]
#![no_main]
extern crate alloc;

use alloc::vec::Vec;
#[allow(unused_imports)]
use stylus_sdk::prelude::*;
use stylus_sdk::stylus_proc::entrypoint;

#[allow(dead_code)]
#[entrypoint]
fn user_main(input: Vec<u8>, _vm: stylus_sdk::host::VM) -> Result<Vec<u8>, Vec<u8>> {
Ok(input)
Expand Down

0 comments on commit 0b2114b

Please sign in to comment.