Skip to content

Commit ddb0eeb

Browse files
committed
fixes
1 parent 9a69fc4 commit ddb0eeb

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Cargo.lock

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/qr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ fn decode_webrtc_instance(_context: &Context, qr: &str) -> Result<Qr> {
520520
/// Decodes a [`DCBACKUP_SCHEME`] QR code.
521521
///
522522
/// The format of this scheme is `DCBACKUP:<encoded ticket>`. The encoding is the
523-
/// [`iroh::provider::Ticket`]'s `Display` impl.
523+
/// [`iroh_old::provider::Ticket`]'s `Display` impl.
524524
fn decode_backup(qr: &str) -> Result<Qr> {
525525
let payload = qr
526526
.strip_prefix(DCBACKUP_SCHEME)

0 commit comments

Comments
 (0)