Skip to content

Change the Option types' is_some and is_none methods to take &self (by reference) rather than self (owned value) #100

Change the Option types' is_some and is_none methods to take &self (by reference) rather than self (owned value)

Change the Option types' is_some and is_none methods to take &self (by reference) rather than self (owned value) #100

Triggered via pull request October 31, 2024 01:16
Status Success
Total duration 1m 18s
Artifacts

build.yaml

on: pull_request
Matrix: powerset
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Formatting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Type checking (stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Type checking (MSRV)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/