mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
61455b457d
# Description This fixes up some clippy warnings and removes some old names/info from our unit tests # User-Facing Changes Internal changes only # Tests + Formatting Don't forget to add tests that cover your changes. Make sure you've run and fixed any issues with these commands: - `cargo fmt --all -- --check` to check standard code formatting (`cargo fmt --all` applies these changes) - `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used -A clippy::needless_collect` to check that you're using the standard code style - `cargo test --workspace` to check that all tests pass > **Note** > from `nushell` you can also use the `toolkit` as follows > ```bash > use toolkit.nu # or use an `env_change` hook to activate it automatically > toolkit check pr > ``` # After Submitting If your PR had any user-facing changes, update [the documentation](https://github.com/nushell/nushell.github.io) after the PR is merged, if necessary. This will help us keep the docs up to date.
23 lines
933 B
XML
23 lines
933 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
<channel>
|
|
<title>JT</title>
|
|
<link>http://www.jntrnr.com</link>
|
|
<atom:link href="https://www.jntrnr.com/atom.xml" rel="self" type="application/rss+xml" />
|
|
|
|
<item>
|
|
<title>Creating crossplatform Rust terminal apps</title>
|
|
<description><p><img src="/images/pikachu.jpg" alt="Pikachu animation in Windows" /></p>
|
|
|
|
<p><em>Look Mom, Pikachu running in Windows CMD!</em></p>
|
|
|
|
<p>Part of the adventure is not seeing the way ahead and going anyway.</p>
|
|
</description>
|
|
<pubDate>Mon, 05 Oct 2015 00:00:00 +0000</pubDate>
|
|
<link>https://www.jntrnr.com/off-to-new-adventures/</link>
|
|
<guid isPermaLink="true">https://www.jntrnr.com/off-to-new-adventures/</guid>
|
|
</item>
|
|
|
|
</channel>
|
|
</rss>
|