Skip to content

Commit

Permalink
Clear out derive macro documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bobozaur committed May 2, 2024
1 parent c591bf1 commit 8894a1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.1] - 2024-05-02

### Changed

- Clear out derive macro documentation.

## [1.0.0] - 2024-05-02

### Added
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ use syn::parse_macro_input;

use crate::transitive::TransitiveInput;

/// Derive macro that implements [From] for infallible transitions.
#[proc_macro_derive(Transitive, attributes(transitive))]
pub fn transitive(input: TokenStream) -> TokenStream {
parse_macro_input!(input as TransitiveInput)
Expand Down

0 comments on commit 8894a1b

Please sign in to comment.