Skip to content
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

使用 clippy 修正一些代码风格;升级、精简依赖 #129

Merged
merged 8 commits into from
Jan 7, 2024

Commits on Jan 2, 2024

  1. 使用 cargo clippycargo fmt 修复代码风格 ...

    ... 除了所有编译器提示变量/函数未使用的部分
    eatradish committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d5a46b9 View commit details
    Browse the repository at this point in the history
  2. 添加 clippy 忽略规则以忽略 pyo3 函数长参数警告 ...

    ... 并调整 `uploader::upload` 的传参方式
    eatradish committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b2ddc6d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    2edfe03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e062311 View commit details
    Browse the repository at this point in the history
  3. 升级 sqlx 依赖至 0.7,并移除已被删除的 offline feature ...

    因为 `offline` feature 已经是 sqlx 0.7 的默认选项了
    eatradish committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    459e3b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. 重新建立 sqlx 缓存

    eatradish committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    151f83b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    890267b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    604eca6 View commit details
    Browse the repository at this point in the history