Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Add docs to declare_id macro #10671

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

CriesofCarrots
Copy link
Contributor

Problem

The solana-program-library is set up with #![deny(missing_docs)], but this makes it impossible to call the undocumented declare_id! macro, which would be super handy.

Summary of Changes

Add docs to declare_id! macro output

@codecov
Copy link

codecov bot commented Jun 18, 2020

Codecov Report

Merging #10671 into master will increase coverage by 0.0%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #10671   +/-   ##
=======================================
  Coverage    81.9%    81.9%           
=======================================
  Files         301      301           
  Lines       70226    70226           
=======================================
+ Hits        57532    57545   +13     
+ Misses      12694    12681   -13     

@CriesofCarrots CriesofCarrots merged commit f37d2d5 into solana-labs:master Jun 18, 2020
@CriesofCarrots CriesofCarrots deleted the declare-id-docs branch July 1, 2020 00:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants