Skip to content

Commit

Permalink
refactor: Move files
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Nov 18, 2024
1 parent d085837 commit e8a31ef
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/anyhow.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// Anyhow implementation on top of the 'rust_core' Result type.
library anyhow;

export 'src/anyhow/error.dart';
export 'src/error.dart';

export 'package:rust/src/result/result.dart' show Ok, Err;
export 'package:rust/src/result/guard.dart';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e8a31ef

Please sign in to comment.