-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: upgrade dependencies, toolchain, and other changes #10
Conversation
rustfmt.toml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file must be removed because it wasn't used (the Rust code is 4-space indented).
export function reflinkFile(src: string, dst: string): Promise<number> | ||
export function reflinkFileSync(src: string, dst: string): number | ||
export declare function reflinkFile(src: string, dst: string): Promise<number> | ||
export declare function reflinkFileSync(src: string, dst: string): number |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pnpm build
made this change.
Copilot
AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 10 out of 11 changed files in this pull request and generated 1 suggestion.
Files not reviewed (1)
- rust-toolchain: Language not supported
Co-authored-by: Copilot <[email protected]>
No description provided.