981377660LMT / ts

ts学习
6 stars 1 forks source link

rust 跳过 doctest 的两种方法 #494

Open 981377660LMT opened 6 months ago

981377660LMT commented 6 months ago
  1. [cfg(not(doctest))]

    最好的选择

  2. /// ```no_run 注意这种方式无法在 cargo test 中跳过
981377660LMT commented 6 months ago

https://stackoverflow.com/questions/32429369/how-to-opt-out-of-running-a-doc-test