Skip to content

Commit

Permalink
Remove more unstable features
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jan 25, 2024
1 parent fd2266b commit bb53c6b
Show file tree
Hide file tree
Showing 7 changed files with 1,408 additions and 87 deletions.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
rustToolchain
clang
mold
curl
]
++ lib.optionals pkgs.stdenv.isLinux [ autoPatchelfHook ]
++ lib.optionals pkgs.stdenv.isDarwin
Expand Down Expand Up @@ -67,7 +68,7 @@
};
devShells.default = mkShell {
inputsFrom = [ bin ];
packages = with pkgs; [ just ];
packages = with pkgs; [ just nixpkgs-fmt ];
};
}
);
Expand Down
26 changes: 26 additions & 0 deletions fluke.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"folders": [
{
"path": "."
},
{
"path": "test-crates/hyper-testbed"
},
{
"path": "test-crates/fluke-curl-tests"
},
{
"path": "test-crates/fluke-h2spec"
},
{
"path": "test-crates/fluke-tls-sample"
},
{
"path": "test-crates/sample-h2-server"
}
],
"settings": {
"rust-analyzer.inlayHints.lifetimeElisionHints.enable": "always",
"rust-analyzer.inlayHints.lifetimeElisionHints.useParameterNames": true
}
}
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-01-24"
components = ["llvm-tools", "clippy"]
components = ["llvm-tools", "clippy", "rust-src"]
84 changes: 42 additions & 42 deletions test-crates/fluke-curl-tests/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bb53c6b

Please sign in to comment.