Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<<<<<<< doc/amount-bounds

Check failure on line 1 in src/lib.rs

View workflow job for this annotation

GitHub Actions / coverage

encountered diff marker

Check failure on line 1 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Formatting (cargo fmt --check)

encountered diff marker
#![no_std]
#![deny(warnings)]
#![cfg_attr(test, allow(warnings))]
#![allow(clippy::too_many_arguments)]

use soroban_sdk::{
Expand Down
Loading