Skip to content

Commit 48b938f

Browse files
committed
link to path in astar docs
1 parent af4426a commit 48b938f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/primitive/defs.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2940,6 +2940,8 @@ primitive!(
29402940
/// : ⌵⍜°⍉≡fft .
29412941
(1, Fft, Algorithm, "fft", { experimental: true }),
29422942
/// Find shortest paths in a graph
2943+
///
2944+
/// [astar] is deprecated. Use [path] instead.
29432945
((2)[3], Astar, Algorithm, "astar"),
29442946
/// Find the shortest path between two things
29452947
///

todo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Optimize `sort` to be in-place by modifying rayon code
55
- More rows optimizations
66
- `hsv` function
7+
- Prevent more cloning in `try`
78
- Line number signatures in pad
89
- Last-axis subscripts or modifier?
910
- Compile-time code string evaluation?

0 commit comments

Comments
 (0)